home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / todaychg.zip / TODAYCHG.DOC next >
Text File  |  1992-09-19  |  2KB  |  47 lines

  1. Today Change : 
  2.  
  3. 09/19/92
  4. Gregory Chambers
  5. Pooh's Corner
  6. Carterville, IL  62918-5118
  7. (618) 985-4747
  8.  
  9.     Today Change will automatically change your "TODAY in HISTORY" data 
  10. file on the 1st of each month.  The files are assumed to be in the form 
  11. of TODAYXXX.ZIP, where XXX is JAN, FEB, MAR, etc.
  12.  
  13.     Type TODAYCHG <ENTER> for usage.  Set-up is simple:
  14.  
  15.         1) Copy TODAYCHG.EXE to your TODAY directory
  16.                 ex:  c:\wc30\today
  17.  
  18.         2) Add a line to your nightly maintenance file to run TODAYCHG.  
  19.            The program should run BEFORE you run TODAYBBS!  The format 
  20.            of the command is TODAYCHG <path to ZIP files>
  21.                 ex:  todaychg d:\wildcat\bbs\
  22.            The trailing backslash is required!
  23.            Here's how my nightly maintenance batch file looks:
  24.  
  25.                 @echo off
  26.                 c:
  27.                 ...
  28.                 cd \wc30\today
  29.                 todaychg d:\wildcat\bbs\
  30.                 todaybbs
  31.                 ...
  32.                 cd \wc30
  33.  
  34.         3) NOTE:  PKUNZIP must be either in the TODAY directory or 
  35.            available in your PATH.
  36.         
  37.     I've included the Turbo Pascal source code if you wish to see how 
  38. it's all done.  If you're so inclined, I won't turn away a donation if 
  39. should like and use this program.  Thanks and enjoy!
  40.  
  41.         Gregory Chambers
  42.         Pooh's Corner
  43.         30 Country Aire Drive
  44.         Carterville, IL  62918-5118
  45.         (618) 985-4747
  46.  
  47.